What is the use of COALESCE () in SQL Server?
425
11-Nov-2021
Ashutosh Kumar Verma
11-Nov-2021COALESCE() in SQL:
The used of COALESCE() in SQL server is to find the first non-null value from given list.
Example-![]()